This example allows the user to enter the Id of an item listed on eBay, the item's details are then displayed, such as Title, Price, Number of Bids, End Time, Time Left, etc.

To get started with this example you must open the variables.php file and edit the variables as follows:
$devID - Your Developer ID
$appID - Your Application ID
$certID - Your Certificate ID
$serverUrl - The eBay server you wish to submit your request to (Sandbox or Production)
$userToken - the Authentication Token representing the eBay user who is making the call.

This example uses the the CURL and DOM Packages, therefore these must be installed on the server on which the code is executed.